home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Effective Web Animation
/
Addison-Wesley-EffectiveWebAnimation-1999.bin
/
mac
/
BookFiles
/
Chapter 10
/
Ten.swf
/
scripts
/
DefineButton2_8
/
BUTTONCONDACTION on(release)_4.as
< prev
next >
Wrap
Text File
|
1999-02-02
|
84b
|
7 lines
on(release){
tellTarget("../controller")
{
gotoAndStop(1);
}
}